[broadway] Stream data over websocket
authorAlexander Larsson <alexl@redhat.com>
Mon, 18 Apr 2011 17:52:05 +0000 (19:52 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 18 Apr 2011 18:51:53 +0000 (20:51 +0200)
commit0abd5e2767c83758d7305a3854428e715cf7af02
tree464e2b0179ffcb854826cb7c0c3e4f2f774eb7ff
parent2cb9ce954ebac37185c33b597dc6e0831b7b3f57
[broadway] Stream data over websocket

The zlib compressed xmlhttprequest thing was a nice hack, but it doesn't
really work in production. Its not portable, doesn't have enought API
(missing notification for closed sockets) and having to synchronize
between two different connections in a reliable way is a pain.

So, we're going everything over the websocket. This is a pure switch,
but after this we want to modify the protocol to work better over
the uncompressed utf8 transport of websockets.
gdk/broadway/broadway.c
gdk/broadway/broadway.h
gdk/broadway/broadway.js
gdk/broadway/gdkdisplay-broadway.c